github.com/klauspost/compress/zstd.decoderState.cancel (field)
8 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L56: cancel context.CancelFunc
decoder.go#L229: d.current.cancel = cancel
decoder.go#L253: if d.current.cancel != nil {
decoder.go#L257: d.current.cancel()
decoder.go#L258: d.current.cancel = nil
decoder.go#L586: if d.current.cancel != nil {
decoder.go#L587: d.current.cancel()
decoder.go#L589: d.current.cancel = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |